-
-
Notifications
You must be signed in to change notification settings - Fork 282
feat: Add Ruby Sinatra + PostgreSQL quickstart #779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: Add Ruby Sinatra + PostgreSQL quickstart #779
Conversation
- Add Ruby language to QuickStartFilter.js with DiRuby icon - Add Sinatra + Postgres entries (Docker and Local) to QuickStartList.js - Add Ruby category to sidebar navigation - Create samples-sinatra-postgres.md documentation Fixes keploy#3521 Signed-off-by: Atul Chahar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you and congratulations 🎉 for opening your very first pull request in keploy
- Add keploy record screenshot - Add API test generation screenshot - Add keploy test screenshot - Copy images to static/img/sinatra-postgres/ Signed-off-by: Atul Chahar <[email protected]>
- Add bundle install screenshot for local setup - Re-use API test generation screenshot for local setup - Update Docker setup screenshots with latest versions Signed-off-by: Atul Chahar <[email protected]>
|
hey @Atul-Chahar |
Achanandhi-M
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Atul-Chahar, the changes look really good—nice work! I just have a few suggestions: please use a lighter background for the images, and also include images for the local setup showing the Keploy record and test commands. Thanks
- Remove emojis and informal language - Clarify terminal usage for API calls - Standardize headings Signed-off-by: Atul Chahar <[email protected]>
6bc648c to
52c3d7c
Compare
|
@Achanandhi-M Thanks for the review I've updated the PR with the following changes:
|
Signed-off-by: Atul Chahar <[email protected]>
Signed-off-by: Atul Chahar <[email protected]>
Signed-off-by: Atul Chahar <[email protected]>
52c3d7c to
219c114
Compare
Signed-off-by: Atul Chahar <[email protected]>
Signed-off-by: Atul Chahar <[email protected]>
2a43f5c to
048a7eb
Compare
Description
This PR adds a new Quickstart guide for Ruby (Sinatra + PostgreSQL).
It includes:
samples-sinatra-postgres.mdQuickStartFilter.jsto include Ruby language support.QuickStartList.jsto list the new quickstart.version-4.0.0-sidebars.json.Related Issue
Fixes #3521
Checklist
npm run build)QuickStartFilter.jsQuickStartList.jsDocs Website Filter modification:
screenrecording-2026-02-03_00-05-58.mp4
Docker Check:
screenrecording-2026-02-02_22-40-49.mp4
Sample Code
The sample application code is available at: Atul-Chahar/samples-ruby